DELETE api/timesheet/DeleteTimesheetIngestedDeleted?projectIDsList[0]={projectIDsList[0]}&projectIDsList[1]={projectIDsList[1]}
Deletes ingested and marked-as-deleted timesheet data for the specified list of project IDs.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectIDsList |
A list of project IDs for which ingested and deleted timesheet data should be removed. |
Collection of integer |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a boolean `true` indicating the operation completed. On failure: HTTP 400 Bad Request with a generic error message.
booleanResponse Formats
application/json, text/json, application/scim+json
Sample:
true